keepass-diff 1.2.0

This CLI-tool reads two Keepass (.kdbx) files and prints their differences.
1
2
3
4
5
6
7
8
9
10
11
~ Group 'Root'
~   Group 'group_a'
~     Group 'sub_a'
~       Entry 'sub a'
-         Field 'UserName' = 'sub_a_user'
+         Field 'UserName' = 'changed sub a of sub_a of first group_a'
~   Group 'group_a'
~     Entry 'test 1'
-       Field 'UserName' = 'test 1'
+       Field 'UserName' = 'test 2'